home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / FINDIT.ARJ / FIND-IT3.TXT < prev   
Text File  |  1992-05-20  |  17KB  |  446 lines

  1. Find-It ver 3.1 for WINDOWS (v3.0 & v3.1) is the Ultimate file finder!
  2.  
  3. Copyright (c) 1991, 1992 by RME Enterprises.  All Rights Reserved worldwide.
  4.  
  5.  
  6. Description:
  7.  
  8.      Find-It is a disk file search utility.  Given one or more file specs, 
  9.      date and size options, and wildcard characters, the tool will search 
  10.      ALL of the specified disks for files matching the specification.  When 
  11.      files are found, their full path names are displayed.  Like other 
  12.      search utilities it will recurse subdirectories in search of files.  
  13.      This utility, however, has one major advantage over the others in 
  14.      these days of heavy file compression and archiving in that it will 
  15.      open and scan archives in search of it's files.  ARC, ZIP, ARJ, LZH,
  16.      and ZOO formats are currently supported.  Additional options allow
  17.      the user to specify search criteria other than the file mask including 
  18.      file dates and sizes.  Files and directories that are marked hidden, 
  19.      system, and read-only may also be found. 
  20.  
  21.      You enter the file search spec using a database style with the usual 
  22.      DOS wildcard characters, except they may be used multiple times:
  23.          Use ? to represent 1 unknown character.
  24.          Use * to represent any sequence of characters.
  25.      For example, using a search spec of *s*t* would find 'setting', 
  26.      'assets', and 'shoot'.  Without using a period in the search file 
  27.      name, the search spans the filename and extension. 
  28.  
  29.      Once the program locates matching files, you can process those files 
  30.      by performing an unlimited amount of commands.  You are offered a 
  31.      checkbox to select the file types: those being normal, in ARC, in 
  32.      ZIP, in ARJ, in LZH, or in ZOO files.  The appropriate items are
  33.      illuminated with counts to let you know that those types of file have 
  34.      been found.  You may then process the files through commands.  The 
  35.      commands are anything that can be processed through DOS.  You may 
  36.      use the following macro substitution characters:
  37.         Use ! to represent the found file.
  38.         Use @ to represent the parent file.
  39.           (the ARCed file that contained the found file).
  40.      The default when found is to select ALL matching files.
  41.      You may deselect any of the files found before processing.
  42.  
  43.  
  44. Features:
  45.  
  46.      - Can operate in the BACKGROUND (even as an icon) (when registered).
  47.      - When operating in background, the user can STOP the search.
  48.      -    Availability            OPTIONS  
  49.           after search            Alarm, Reactivate, Display after search
  50.           during search           Display list during search (when found)
  51.                                   Background operation
  52.      - Can REACTIVATE itself (user selected) if it's an icon.
  53.      - Saves option configuration for later sessions.
  54.      - Has UNLIMITED FileTypes (ver 1.0 previously allowed 8).
  55.      - Does MULTIPLE MASKS of filenames (ie. SpreadSheets *.wr1 *.wk1 *.wks).
  56.      - Has a built-in search TIMER which is displayed upon completion.
  57.      - Searches through .ARC, .ZIP, .ARJ, .LZH, add .ZOO compressed files.
  58.      - Displays the FILE'S date according to the WINDOWS date format.
  59.      - Can display files as they're found or wait until all are found.
  60.      - Found files can be selected and processed with any DOS command.
  61.      - Registered owners can UPGRADE the Windows portion for only $10 US, or
  62.        UPGRADE both portions (DOS & Windows) for $15 US.
  63.  
  64.  
  65. Improvements:
  66.  
  67.      - TOTALLY rewritten in C++ 3.0 and optimized resulting in:
  68.          - 30% speed improvement.
  69.          - smoother multitasking with other processes.
  70.          - self checking for VIRUS's upon startup.
  71.      - Added option to SORT alphabetically (helps find duplicate filenames).
  72.      - Added searching BETWEEN dates and sizes.
  73.      - Shows files attributes.
  74.      - Added Help Screens.
  75.      - Search Timer is updated every second.
  76.      - Added to Save Selected Drive list.
  77.  
  78.      If you're a previous registered user (ver 1.0 ONLY), you may delete 
  79.      (in WIN.INI) the line FileTypes=.... or make it FileTypes0= and 
  80.      replace the space with a comma between the file types.  Otherwise 
  81.      you will loose those original formats, as the previous line is 
  82.      incompatible in version 2.0 and later (because of the unlimited 
  83.      masks).
  84.         Original:    FileTypes=AllFiles *.* ArcFiles *.arc 
  85.         New Format:  FileTypes0=AllFiles *.*,ArcFiles *.arc,ZipFiles *.zip
  86.  
  87.  
  88.  
  89.  
  90. Find-It ver 3.1 for DOS is the ultimate file finder.
  91.  
  92. Copyright (c) 1991, 1992 by RME Enterprises. All Rights Reserved.
  93.  
  94.  
  95. Description:
  96.  
  97.      Find-It is a disk file search utility.  Given one or more file specs 
  98.      containing options wildcard characters, the tool will search the 
  99.      specified system, disk, tree, or directory for files matching the 
  100.      specification.  When files are found, their full path names are 
  101.      displayed.  Like other search utilities it will recurse 
  102.      subdirectories in search of files.  This utility, however, has one 
  103.      major advantage over the others in these days of heavy file 
  104.      compression and archiving in that it will open and scan archives in 
  105.      search of it's files.  ARC, ZIP, ARJ, LZH, and ZOO formats are currently 
  106.      supported.  Additional options allow the user to specify search 
  107.      criteria other than the file mask including file dates and sizes.  
  108.      Files and directories that are marked hidden, system, and read-only 
  109.      may also be found.  When files are found, their quantity and sizes 
  110.      are summarized for each directory, archive, and specification. 
  111.  
  112.  
  113.  
  114. Usage:
  115.  
  116.      Find-It [options] <filespecs...>
  117.  
  118.      The filename may be any valid DOS file specification.  It may 
  119.      contain the standard dos wildcards "?" and "*". 
  120.  
  121.      Multiple file specs may be used to search different areas of a 
  122.      system. 
  123.  
  124.          -> find-it a:\programs\sys*.h c:\utilities\sys*.h
  125.  
  126.      Multiple file masks may be used to search the same area for 
  127.      different file specifications.  Separate the file masks by a comma. 
  128.  
  129.          -> find-it a:\programs\*.h,*.c,*.cpp
  130.  
  131.      An asterisk may be supplied instead of a specific drive to search 
  132.      all existing hard disk drives from the root directory down.  This 
  133.      is very useful for large networks. 
  134.  
  135.          -> find-it *:\missing.doc
  136.  
  137.      Any combination of these options may be used together.
  138.  
  139.          -> a:\programs\*.h,*.c,*.cpp d:\test\*.doc,*.txt *:missing.doc
  140.  
  141.       The output of the program may be redirected to the printer to
  142.       obtain a hard copy or to a file for later use in conjunction with
  143.       another program.  When output has been redirected, the opening
  144.       screen and the usual search progress messages will be suppressed.
  145.  
  146.          -> find-it /d \*.doc >prn
  147.          -> find-it /d/s \*.h >listing.dat
  148.  
  149.  
  150. Options:
  151.  
  152.      Any number or combination of options may be specified anywhere on 
  153.      the command line.  Each must be proceeded by a forward slash (/).  
  154.      Option parameters may be proceeded by an equal sign (=).  Option 
  155.      switches may be followed by either a plus sign (+) to activate the 
  156.      option (default) or a minus sign (-) to deactivate the option. 
  157.  
  158.  
  159.   /D[=dir_mask] = Descend Directories  (default NO,dir_mask=*.*)
  160.  
  161.      The /D option causes any subdirectories that are encountered to be 
  162.      scanned in search of files.  This allows an entire disk or 
  163.      directory tree to be searched. 
  164.  
  165.         -> find-it /d c:\missing.doc
  166.  
  167.      When the optional directory mask is specified, only directories 
  168.      with names matching the mask will be searched. 
  169.  
  170.         -> find-it /d=SOURCE d:\*.cpp
  171.         -> find-it /d=DOC*,TXT* d:\*.doc
  172.  
  173.  
  174.   /S[=arc_mask] = Scan Archives  (default=NO,arc_mask=*.*)
  175.  
  176.      The /S option causes any archives that are encountered to be 
  177.      scanned in search of files.  This allows files that are stored in 
  178.      compressed archives to be found.  ARC, ZIP, ARJ, and LZH formats 
  179.      are currently supported. 
  180.  
  181.         -> find-it /s d:\archives\missing.doc
  182.  
  183.      When the optional archive mask is specified, only archives with 
  184.      names matching the mask will be searched. 
  185.  
  186.         -> find-it /s=*.zip d:\archives\missing.doc
  187.         -> find-it /s=*.arj,*.lzh d:\archives\missing.doc
  188.  
  189.  
  190.   /R± = Show Directories  (default=NO)
  191.  
  192.      This option causes any directories containing matching files to be 
  193.      displayed.
  194.  
  195.         -> find-it /d/r *.c
  196.         -> find-it /d/r- *.doc
  197.  
  198.  
  199.   /E± = Show Files  (default=YES)
  200.  
  201.      This option causes any files matching the file specs to be 
  202.      displayed. 
  203.  
  204.         -> find-it /e d:\test\*.c
  205.         -> find-it /d/r/e- c:\doc\*.doc
  206.  
  207.  
  208.   /C± = Show Archives  (default=NO)
  209.  
  210.      This option causes any archives containing matching files to be 
  211.      displayed. 
  212.  
  213.         -> find-it /s/c lost.dat
  214.         -> find-it /d/s/c- unknown.lst
  215.  
  216.  
  217.   /K± = Show Archived Files  (default=YES)
  218.  
  219.      This option causes any files matching the file specs that are found 
  220.      within an archive to be displayed. 
  221.  
  222.         -> find-it /s/k work.dat
  223.         -> find-it /s/c/k- test*.dat
  224.  
  225.  
  226.   /B± = Use Database File Matching  (default=NO)
  227.  
  228.      This option causes Find-It to use standard database wildcard
  229.      matching instead of standard DOS wildcard matching.  The basic
  230.      difference is that multiple asterisks may be used each of which
  231.      represent any number of characters.
  232.  
  233.         -> find-it /s/d *ss*.dat
  234.  
  235.         -> find-it /s/k- test*x*.txt
  236.  
  237.  
  238.   /A± = Show File Date  (default=NO)
  239.  
  240.      This option causes the file date to be displayed with the file 
  241.      name. 
  242.  
  243.         -> find-it /a *.dat
  244.  
  245.  
  246.   /M± = Show File Time  (default=NO)
  247.  
  248.      This option causes the file time to be displayed with the file 
  249.      name. 
  250.  
  251.         -> find-it /m *.dat
  252.  
  253.  
  254.   /Z± = Show File Size  (default=NO)
  255.  
  256.      This option causes the file size to be displayed with the file 
  257.      name.  File counts and sizes are subtotaled at multiple levels.  
  258.      Each directory, archive, and file spec will display the appropriate 
  259.      subtotals of file counts and sizes.  If multiple file specs have 
  260.      been supplied, then a grand total will be displayed when the entire 
  261.      search has been completed.  Archived files will display the 
  262.      original size of the file when uncompressed. 
  263.  
  264.         -> find-it /z *.dat
  265.         -> find-it /d/s/z *:\*.pas
  266.  
  267.  
  268.   /P± = Show Full Path  (default=YES)
  269.  
  270.      This option causes the full path of the file to be displayed.
  271.  
  272.         -> find-it /p *.for
  273.         -> find-it /d/p- E:\*.for
  274.  
  275.  
  276.   /F[=YY-MM-DD] = Include only files stamped on or after date  (default=today)
  277.  
  278.      This option causes only files which have a time stamp on or after
  279.      the specified date to be displayed. 
  280.  
  281.         -> find-it /f c:\*.h
  282.         -> find-it /d/f=91-02-15 c:\*.cpp
  283.  
  284.  
  285.   /T[=YY-MM-DD] = Include only files stamped on or before date (default=today)
  286.  
  287.      This option causes only files which have a time stamp on or before
  288.      the specified date to be displayed. 
  289.  
  290.         -> find-it /t d:\tqx*.*
  291.         -> find-it /t=91-04-19 accounts\*.jan
  292.  
  293.  
  294.   Note: The date /To and /From options may be combined to include only
  295.         files within a specified date range.
  296.  
  297.         --> find-it /f=91-03-01 /t=91-03-31 c:\doc\*.doc
  298.  
  299.  
  300.   /L = Include only files less than or equal to size.
  301.  
  302.      This option causes only files which have a size that is less than 
  303.      or equal to the specified size to be displayed. 
  304.  
  305.         -> find-it /l=5000 f:\books\*.doc
  306.         -> find-it /l=100000 d:\huge\*.*
  307.  
  308.  
  309.   /G = Include only files greater than or equal to size.
  310.  
  311.      This option causes only files which have a size that is greater 
  312.      than or equal to the specified size to be displayed. 
  313.  
  314.         -> find-it /g=5000 f:\books\*.doc
  315.         -> find-it /g=100000 d:\shrimps\*.*
  316.  
  317.  
  318.   Note: The size /Less and /Greater than options may be combined to 
  319.         include only files within a specified size range.
  320.  
  321.         -> find-it /l=10000 /g=20000 e:\include\*.h
  322.  
  323.  
  324. Product Registration:
  325.  
  326.   /REGISTER = Register product to enable enhancements.
  327.  
  328.      As distributed, this product will not scan archives in search of 
  329.      matching files.  When you register your copy, it will be enhanced 
  330.      to scan all forms of compressed archives and the initial display 
  331.      message will be deactivated.  When you receive your registration 
  332.      name and number by mail or phone, type the following command when 
  333.      you are in the directory containing the file SS.EXE: 
  334.  
  335.         -> find-it /register
  336.  
  337.      The software will then prompt you to enter your name and 
  338.      registration number.  Be sure to enter your name exactly as 
  339.      specified paying attention to case sensitivity.
  340.  
  341.  
  342.  
  343.  
  344. Software License Agreement:
  345.  
  346.      You are free to copy Find-It for noncommercial or commercial 
  347.      use subject to the following conditions and restrictions: 
  348.  
  349.         Find-It must be copied in unmodified and unregistered form.
  350.  
  351.         This documentation file must be supplied with the software.
  352.  
  353.         No copying or distribution fee may be assessed other than the 
  354.         basic charges for the cost of the coping medium.
  355.  
  356.         Find-It may not be distributed with any other software or 
  357.         hardware product(s) without the express written permission of 
  358.         RME Enterprises.
  359.  
  360.         Distribution of the software in registered form is strictly
  361.         prohibited.
  362.  
  363.      No one may modify Find-It for any reason, in any way, 
  364.      including but not limited to, decompiling-compiling, patching, 
  365.      disassembling, or reverse engineering the program.  This 
  366.      restriction also applies to all program outputs such as the opening 
  367.      screen.  RME Enterprises hereby disclaims all warranties relating 
  368.      to this software, whether express or implied, including without 
  369.      limitation any implied warranties of merchantability or fitness for 
  370.      a particular purpose.  RME Enterprises will not be liable for any 
  371.      special, incidental, consequential, indirect or similar damages due 
  372.      to loss of data or any other reason, even if RME Enterprises or an 
  373.      agent of RME Enterprises has been advised of the possibility of 
  374.      such damages.  In no event shall RME Enterprises's liability for 
  375.      any damages ever exceed the price paid for the license to use the 
  376.      software, regardless of the form of the claim.  The person using 
  377.      the software bears all risk as to the quality and performance of 
  378.      the software. 
  379.  
  380.      COMPUSERVE ID 70670,1740
  381.  
  382.  
  383.  
  384.  
  385. Software Ordering:
  386.  
  387.      To register Find-It by phone call (313)-623-6970 with your 
  388.      VISA/MC number and expiration date.  You will be given a 
  389.      registration number over the phone for instant gratification!
  390.  
  391.  
  392.      To register by mail complete the order form below and mail to: 
  393.  
  394.            Find-It c/o RME Enterprises
  395.            7514 Maceday Lake Road
  396.            Waterford, MI 48329-2626
  397.  
  398.  
  399.      Quantity  Description                               Amount
  400.  
  401.      ________  Find-It for Windows v3.1              $ 15 ea _________
  402.  
  403.      ________  Find-It for DOS v3.1                  $ 15 ea _________
  404.  
  405.      ________  Find-It for Windows 3.1 and DOS       $ 25 ea _________
  406.  
  407.      ________  UPGRADE Find-It (Windows 3.1 only)    $ 10 ea _________
  408.  
  409.      ________  UPGRADE Find-It (Windows 3.1 & DOS)   $ 15 ea _________
  410.  
  411.      (Michigan residents add 4% sales tax)           Tax     _________
  412.  
  413.                                                      Total   _________
  414.  
  415.      Payment:
  416.  
  417.      Check [ ]    Visa [ ]    MasterCard [ ]    PO [ ] ____________
  418.  
  419.      Name:    _____________________________________________________
  420.  
  421.      Company: _____________________________________________________
  422.  
  423.      Address: _____________________________________________________
  424.  
  425.      Work Phone: (___) ___________    Home Phone: (___) ___________
  426.  
  427.      Card Number: ____________________   Exp Date: ________________
  428.  
  429.      Signature of Cardholder: _____________________________________
  430.  
  431.      Where did you receive your copy:
  432.          ____ Compuserve ID __________
  433.          ____ BBS number (_____) _____ - __________
  434.          ____ Friend
  435.          ____ ShareWare Distributor (____) ____ - ________
  436.  
  437.      Comments / Improvements: _____________________________________
  438.  
  439.                ____________________________________________________
  440.  
  441.                ____________________________________________________
  442.  
  443.                ____________________________________________________
  444.  
  445.  
  446.